home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / FeedDemon / FeedDemonInstall.exe / {app} / Data / Styles / commonstyles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-06-03  |  903 b   |  41 lines

  1. /**************************/
  2. /* start commonstyles.css */
  3. /**************************/
  4.  
  5. span.taglist {
  6.     margin-left: 4px;    
  7.     vertical-align: middle;
  8. }
  9.  
  10. /* profile image - currently only in Twitter Atom feeds */
  11. img.profileimg {
  12.     float: left;
  13.     max-height: 36px; /* 48px */
  14.     max-width: 36px;
  15.     margin-right: 8px;
  16.     border: 1px solid #555555;
  17.     filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=silver);
  18. }
  19. a:hover img.profileimg { border-color: Highlight; }
  20.  
  21. /* slang in Twitter feeds (RT, DM) */
  22. abbr.fdautohint {
  23.     font-weight: bold;
  24.     color: green;
  25.     cursor: help;
  26. }
  27.  
  28. .postrank {
  29.     color: black;
  30.     background-color: orange;
  31.     font-weight: bold;
  32. }
  33.  
  34. blockquote { font-style: italic; }
  35.  
  36. /* put space above Google feed ads */
  37. img[src*="feedads"] { margin-top: 20px; }
  38.  
  39. /**************************/
  40. /* end commonstyles.css  */
  41. /**************************/